Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / ComArray<T> Class
Type of the ComObject
Members

In This Topic
    ComArray<T> Class
    In This Topic
    A typed version of ComArrayBase
    Object Model
    ComArray<T> Class
    Syntax
    'Declaration
     
    Public Class ComArray(Of T As ComObject) 
       Inherits ComArrayBase
    public class ComArray<T> : ComArrayBase 
    where T: ComObject
    Type Parameters
    T
    Type of the ComObject
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.DX.DisposeBase
          GrapeCity.Documents.DX.ComArrayBase
             GrapeCity.Documents.DX.ComArray<T>

    See Also